Skip to main content

ClusteringTree

ClusteringTree[{e1,e2,…}] constructs a weighted tree from the hierarchical clustering of the elements e1, e2, ….

ClusteringTree[{e1->v1,e2->v2,…}] represents ei with vi in the constructed graph.

ClusteringTree[{e1,e2,…}->{v1,v2,…}] represents ei with vi in the constructed graph.

ClusteringTree[<|label1->e1,label2->e2…|>] represents ei using labels labeli in the constructed graph.

ClusteringTree[data,h] constructs a weighted tree from the hierarchical clustering of data by joining subclusters at distance less than h.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.